SAS Namespace Types |
Subclass of SecondaryType
Contains analytic attributes to apply to a column. These attributes include information such as upper and lower limits, and cost of acquiring a variable, level, and distribution. Used by SAS Enterprise Miner.
The following list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.
Name | Description | Type | Length |
AnalyticColumnRole | The function of this analytic column. For example: Input or Target. | String | 32 |
Creator | Id of node in a mining flow that created this node. | String | 32 |
Distribution | Periodic, Linear, Normal, Multinominal | String | 32 |
Family | Used to group variables. such as Demographic, Economic. | String | 32 |
IsReport | Create a report based on this variable. | int | |
Level | Binary, Interval, Nominal, Ordinal, Unary | String | 32 |
LowerLimit | LowerLimit | double | |
Order | Logical order of the column. such as Ascending, Descending, Formatted Ascending, Formatted Descending | String | 32 |
Price | The cost of acquiring a variable. | double | |
UpperLimit | UpperLimit | double |
Inherited Attributes
Name,
Id,
Desc,
MetadataCreated,
MetadataUpdated,
ChangeState,
LockedBy,
UsageVersion
Name | Cardinality | Description | Associated Types |
OwningColumn Partner: AnalyticColumns | 1 to 1 | The column associated with these analytic attributes. | Column ColumnRange |
TargetInformation Partner: OwningAnalyticColumn | 0 to 1 | The target information for this column. | Target |
Inherited Associations
AccessControls/Objects,
Changes/Objects,
CustomAssociations/OwningObject,
Documents/Objects,
Extensions/OwningObject,
ExternalIdentities/OwningObject,
Groups/Members,
Implementors/ImplementedObjects,
Keywords/Objects,
LocalizedAttributes/AssociatedLocalizedObject,
Notes/Objects,
PrimaryPropertyGroup/AssociatedObject,
Prompts/PromptEnabledObject,
Properties/AssociatedObject,
PropertySets/OwningObject,
ReferencedObjects/AssociatedObjects,
ResponsibleParties/Objects,
SourceTransformations/TransformationSources,
SpecSourceTransformations/SourceSpecifications,
SpecTargetTransformations/TargetSpecifications,
TargetTransformations/TransformationTargets,
Timestamps/Objects,
Trees/Members,
TSObjectNamespace/TSObjects,
UsedByPrototypes/UsingPrototype,
UsingPrototype/UsedByPrototypes,
Variables/AssociatedObject
AnalyticColumnRole
Type: String 32The function of this analytic column. For example: Input or Target.
Creator
Type: String 32Id of node in a mining flow that created this node.
Distribution
Type: String 32Periodic, Linear, Normal, Multinominal
Family
Type: String 32Used to group variables. such as Demographic, Economic.
IsReport
Type: intCreate a report based on this variable.
Level
Type: String 32Binary, Interval, Nominal, Ordinal, Unary
LowerLimit
Type: doubleLowerLimit
Order
Type: String 32Logical order of the column. such as Ascending, Descending, Formatted Ascending, Formatted Descending
Price
Type: doubleThe cost of acquiring a variable.
UpperLimit
Type: doubleUpperLimit
OwningColumn
Cardinality: 1 to 1
Partner: AnalyticColumns
The column associated with these analytic attributes.
Associated Types:
Column, ColumnRangeTargetInformation
Cardinality: 0 to 1
Partner: OwningAnalyticColumn
The target information for this column.
Associated Types:
Target
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.